enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Informations sur les stations vélos « levelo » à Marseille

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
station_id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
station_id
Type
texte
Exemple
                       
nom_division
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_division
Type
texte
Exemple
                       
name
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
name
Type
texte
Exemple
                       
capacity
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
capacity
Type
int
Exemple
                       
is_valet_station
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
is_valet_station
Type
int
Exemple
                       
num_bikes_available
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_bikes_available
Type
int
Exemple
                       
num_docks_available
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_docks_available
Type
int
Exemple
                       
is_installed
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
is_installed
Type
int
Exemple
                       
is_renting
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
is_renting
Type
int
Exemple
                       
is_returning
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
is_returning
Type
int
Exemple
                       
point_geo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
point_geo
Type
geo_point_2d
Exemple
                       
last_reported_tr
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
last_reported_tr
Type
datetime
Exemple
                       
is_virtual_station
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
is_virtual_station
Type
int
Exemple
                       
message_velo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
message_velo
Type
texte
Exemple
                       
message_dock_dispo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
message_dock_dispo
Type
texte
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"gbfs-extract-station-information",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/gbfs-extract-station-information"
      }
    ]
    ,
  • "definitions":
    {
    • "gbfs-extract-station-information":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/gbfs-extract-station-information_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "gbfs-extract-station-information_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "station_id":
                {
                • "type":"string",
                • "title":"station_id",
                • "description":""
                }
                ,
              • "nom_division":
                {
                • "type":"string",
                • "title":"nom_division",
                • "description":""
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"name",
                • "description":""
                }
                ,
              • "capacity":
                {
                • "type":"integer",
                • "title":"capacity",
                • "description":""
                }
                ,
              • "is_valet_station":
                {
                • "type":"integer",
                • "title":"is_valet_station",
                • "description":""
                }
                ,
              • "num_bikes_available":
                {
                • "type":"integer",
                • "title":"num_bikes_available",
                • "description":""
                }
                ,
              • "num_docks_available":
                {
                • "type":"integer",
                • "title":"num_docks_available",
                • "description":""
                }
                ,
              • "is_installed":
                {
                • "type":"integer",
                • "title":"is_installed",
                • "description":""
                }
                ,
              • "is_renting":
                {
                • "type":"integer",
                • "title":"is_renting",
                • "description":""
                }
                ,
              • "is_returning":
                {
                • "type":"integer",
                • "title":"is_returning",
                • "description":""
                }
                ,
              • "point_geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"point_geo",
                • "description":""
                }
                ,
              • "last_reported_tr":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"last_reported_tr",
                • "description":""
                }
                ,
              • "is_virtual_station":
                {
                • "type":"integer",
                • "title":"is_virtual_station",
                • "description":""
                }
                ,
              • "message_velo":
                {
                • "type":"string",
                • "title":"message_velo",
                • "description":""
                }
                ,
              • "message_dock_dispo":
                {
                • "type":"string",
                • "title":"message_dock_dispo",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires